home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / midi / Euterpe.lha / Euterpe_Installation / Euterpe / Rexx / default.muse < prev    next >
Encoding:
Text File  |  1994-03-08  |  234 b   |  10 lines

  1. /* Euterpe Demo with ARexx */
  2.     Options results
  3.     address command
  4.     'Run Euterpe:Euterpe'
  5.     'WaitForPort' 'Euterpe'
  6.     address 'Euterpe'
  7.     load 'Euterpe:Sequences/Regarde.mid'
  8.     say 'Le fichier est disponible'
  9.     exit 0
  10.